See how a minor change to your commit message style can make a difference.
git commit -m"<type>(<optional scope>): <description>" \ -m"<optional body>" \
See how a minor change to your commit message style can make a difference.
git commit -m"<type>(<optional scope>): <description>" \ -m"<optional body>" \
DoH queries resolve over HTTPS for privacy, performance, and security. DoH also makes it easier to use a name server of your choice instead of the one configured for your system.
| Windows Registry Editor Version 5.00 | |
| ;https://www.cmdpe.com/post/154.html | |
| ;最开始这句"Windows Registry Editor Version 5.00"是注册表文件必备语句,请不要删除。 | |
| ;以";"开头的语句是注释语句,不起任何作用,只是注释而已。 | |
| ;***桌面图标优化*** | |
| ;在桌面显示此电脑 | |
| [HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\HideDesktopIcons\NewStartPanel] | |
| ;"{20D04FE0-3AEA-1069-A2D8-08002B30309D}"=dword:00000001 ;默认值 | |
| "{20D04FE0-3AEA-1069-A2D8-08002B30309D}"=dword:00000000 |
| name | scrape-google-maps |
|---|---|
| description | Scrape Google Maps for any business type in any location, then find and verify contact emails. Use when the user wants leads/businesses from Google Maps with verified emails — e.g. "find me dentists in Austin with emails", "scrape fishing charters in Florida", "get me 500 plumbers in Texas with verified emails". Runs entirely from this skill — no Node, no SQLite, no extra installs. Uses Serper.dev for both Google Maps discovery and email-snippet search, MillionVerifier for validation, and dispatches sub-agents to extract emails with AI judgment. |
| model | claude-opus-4-7 |
This skill drives the full pipeline using only built-in Claude Code tools (Bash, Write, Read, Agent). The user gives you a business type and a location; you produce a CSV of leads with verified emails.
The following script can be used to disable Zscaler on macOS. Zscaler is corporate spyware and security software that controls access to Internet resources and spoofs TLS certificates to allow inspection of encrypted communications on centrally managed corporate computers.
This script will not uninstall the Zscaler software.
Hello and welcome to my Shortcuts Catalog!
This is a public resource designed to help people get started with Siri Shortcuts and the Shortcuts app.
It’s made up of the Shortcuts Library, a collection of over 125+ shortcuts grouped into folders, and the Action Directory, a documentation of 125+ of the actions in the Shortcuts app used to build shortcuts.
Enjoy!
Memory Optimization (Christer Ericson, GDC 2003)
http://realtimecollisiondetection.net/pubs/GDC03_Ericson_Memory_Optimization.ppt
Cache coherency primer (Fabian Giesen)
https://fgiesen.wordpress.com/2014/07/07/cache-coherency/
Code Clinic 2015: How to Write Code the Compiler Can Actually Optimize (Mike Acton)
http://gdcvault.com/play/1021866/Code-Clinic-2015-How-to
These resources (articles, books, and videos) are useful when you're starting to learn the language, or when you're learning a specific part of the language. This an opinionated list, no doubt. I've compiled this list from writing and teaching Clojure over the last 10 years.